.main-wrap{
    height: 100%;
    width: 100%;
    background: #fff;
}
.footer-wrap{
 /*you can remove or edit this margin-top property when you are using this footer on your project. */
 padding-top: 20px;
 background: #3f2871;
 padding-bottom: 15px;
}
.footer-wrap-1{
    display: flex;
    justify-content: space-evenly;
}

@media all and (max-width:962px) {
    .footer-wrap-1 {
        display: flex;
        justify-content: space-evenly;
        flex-direction: column;
        align-items: center;
    }
}


.footer-section{
    display:block;
    padding:10px 35px;
}

.footer-section p{
    color:#fff;
    font-size: 16px;
}
.footer-section h1{
    font-size:22px;
    color:#fff;
    margin-bottom:8px;
}
.footer-section a{
    color:#fff;
    display: block;
    padding:4px 0px;
    text-decoration: none;
}
form{
    position:relative;
}
form input{
    position:absolute;
    height:35px;
    width: 220px;
    margin:8px 0px;
    border:none;
    outline:none;
    padding:6px;
    font-size:14px;
}
form .btn{
    height:35px;
    background:rgb(79, 156, 69);
    border:none;
    padding:0px 6px;
    margin:8px 0px;
    position:absolute;
    left:60%;
    font-weight: 600;
    cursor: pointer;
    color:#fff;
}

@media all and (max-width:962px) {
    form .btn{
        left: auto !important;
    }
}

.btn:hover{
    background: rgb(107,204,94);
}
.line{
    margin-top:20px;
    width:100%;
    height:1px;;
    background: rgb(143, 142, 142);
}
.social-link{
    text-align: center;
}
.social-link a{
    line-height: 1.5 !important;
    box-sizing: unset !important;
    text-decoration: none;
    height:26px;
    display: inline-block;
    width:26px;
    padding:5px;
    border-radius:20px;
    margin:5px;
    background: rgb(224, 222, 222);
}
.social-link a img{
    width:14px;
    height:14px;
}
.footer-bottom{
    background: #fff;
    width:100%;
    padding-top:20px;
    padding-bottom:20px;
    display: flex;
    justify-content: space-between;
}
.footer-bottom a{
    color:#000;
    font-size:14px;
    margin-left:20px;
    text-decoration:none;
}
.first-box{
    margin-left: 20px;
}
.last-box{
    margin-right:20px;
}

.footer-logo {
    height: 130px;
}

@media all and (max-width:962px) {
    .footer-logo {
        width: 200px;
        height: auto;
    }
}

footer{
    position: relative;
}

.foot {
    position: relative;
}